projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b0a33
)
(syms_of_buffer) <default-major-mode>: Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 10 Dec 2006 23:10:49 +0000
(23:10 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 10 Dec 2006 23:10:49 +0000
(23:10 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 33a41b6a90715728a403312372e72c44fc5aeb14..cd0423d02678424afd90f21773bf3bdf64951435 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5500,8
+5500,8
@@
Decimal digits after the % specify field width to which to pad. */);
DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode,
doc: /* *Major mode for new buffers. Defaults to `fundamental-mode'.
-nil here means use current buffer's major mode, provided it is not
-marked as "special".
+A value of nil means use current buffer's major mode,
+
provided it is not
marked as "special".
When a mode is used by default, `find-file' switches to it
before it reads the contents into the buffer and before